Fix and use x86_64 config bits.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
source "arch/xen/i386/Kconfig"
endif
+if X86_64
+source "arch/xen/x86_64/Kconfig"
+endif
+
menu "Executable file formats"
source "fs/Kconfig.binfmt"
#
menu "X86_64 processor configuration"
- depends XEN_X86_64
config XENARCH
string
default x86_64
-config X86_64
- bool
- default y
- help
- Port to the x86-64 architecture. x86-64 is a 64-bit extension to the
- classical 32-bit x86 architecture. For details see
- <http://www.x86-64.org/>.
-
-config X86
- bool
- default y
-
config 64BIT
def_bool y
-#config X86
-# bool
-# default y
-
config MMU
bool
default y
prompt "Processor family"
default MK8
-config MK8
- bool "AMD-Opteron/Athlon64"
- help
- Optimize for AMD Opteron/Athlon64/Hammer/K8 CPUs.
+#config MK8
+# bool "AMD-Opteron/Athlon64"
+# help
+# Optimize for AMD Opteron/Athlon64/Hammer/K8 CPUs.
config MPSC
bool "Intel x86-64"